Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/77. Random Cat Images/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/77. Random Cat Images/app.js
14 Views
0 Comments
const url = "https://api.thecatapi.com/v1/images/search";
const section = document.querySelector(".container");
const button = d
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/77. Random Cat Images/index.html
15 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/77. Random Cat Images/style.css
11 Views
0 Comments
body {
background: rgb(17, 17, 17);
}

.header-content {
text-align: center;
}